home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 July / Disc 1 / PCU0702CD1.iso / software / apps / files / animfx.exe / #setuppath# / flash.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2002-05-17  |  177 b   |  8 lines

  1. total_bytes = _root.getBytesTotal();
  2. loaded_bytes = _root.getBytesLoaded();
  3. percent_done = int(loaded_bytes / total_bytes * 100);
  4. ifFrameLoaded(6)
  5. {
  6.    gotoAndPlay(3);
  7. }
  8.